#!/bin/sh
# This file is generated automatically. Do not edit its contents.
INSTPATH="/Applications/GlobeTrotter MAC Connect"
BINLOCATION="GlobeTrotter MAC Connect.app/Contents/MacOS"

killall -HUP kextd
sleep 4

if [ -u "${INSTPATH}/${BINLOCATION}/NetworkConfiguration" ]
	then
	"${INSTPATH}/${BINLOCATION}/NetworkConfiguration" setup "internet" "" ""
else
        exit -1
fi
exit 0